x86: i8042: Reorder static functions
authorBin Meng <[email protected]>
Mon, 24 Aug 2015 08:00:04 +0000 (01:00 -0700)
committerSimon Glass <[email protected]>
Wed, 26 Aug 2015 14:54:15 +0000 (07:54 -0700)
commit3928d66a5e7f55a860f2dd150231f51c8cc9d5fc
treedb04915f9267a060347e35e4c7f175b11921bf10
parent5e653b0609cd256572a2e97a8449489ca84de017
x86: i8042: Reorder static functions

Reorder those static function so that their declarations
can be removed.

Signed-off-by: Bin Meng <[email protected]>
Acked-by: Simon Glass <[email protected]>
drivers/input/i8042.c